home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Commo-Support / Disk-Archive / install-2_05.dms / install-2_05.adf / S / Startup-sequence < prev   
Encoding:
Text File  |  1992-01-09  |  1.1 KB  |  53 lines

  1. c:setpatch >NIL:
  2.  
  3. c:version 37 >NIL:
  4.  
  5. ; Ensure that Kickstart 37.175 or greater has been installed
  6. if NOT WARN
  7.     c:makedir ram:t
  8.     assign T: ram:t  ;set up T: directory for scripts
  9.     set KickRev `echo $kickstart first 4`
  10.     if VAL $KickRev GE 175
  11.         skip kickok
  12.     endif
  13. endif
  14.  
  15. echo "*N*E[33m*E[1mYour Kickstart is an old version!"
  16. echo "Please reboot with a current version (37.175 or greater).*E[22m*E[28m"
  17.  
  18. quit
  19.  
  20. lab kickok
  21.  
  22. unset KickRev
  23.  
  24. c:addbuffers >NIL: df0: 15
  25. Failat 21
  26. resident >NIL: c:List pure add
  27. resident >NIL: c:Assign pure add
  28. resident >NIL: c:Execute pure add
  29. makedir ram:clipboards
  30. copy >NIL: ENVARC: ram:env all quiet noreq
  31. assign ENV: ram:env
  32. assign CLIPS: ram:clipboards
  33. assign REXX: s:
  34. if exists sys:Monitors
  35. join sys:monitors/~(#?.info) as t:mon-start
  36. execute t:mon-start
  37. endif
  38. iprefs
  39. ;
  40. echo "Amiga Release 2.0 Install Disk. Release 3.8 ($workbench)"
  41. BindDrivers
  42. setenv Workbench $Workbench
  43. setenv Kickstart $Kickstart
  44. unset Workbench
  45. unset Kickstart
  46. path ram: c: sys:utilities sys:system s: sys:tools sys:prefs sys:wbstartup add
  47.  
  48. ; Set a keymap for use in this session.
  49. SelectMap sys:
  50.  
  51. LoadWB
  52. endcli >NIL:
  53.